home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_442 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  181 b   |  12 lines

  1. on(release){
  2.    set("/Save:Fichier","");
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndStop("Initialisation");
  6.    }
  7.    tellTarget("_parent")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.